home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / tpaint15.arc / TPAINT.DOC < prev   
Text File  |  1991-05-04  |  27KB  |  725 lines

  1.  
  2.  
  3.  
  4.  
  5.   **************************************************************************
  6.   *                                                                        *
  7.   *                 TurboPaint - ShareWare Version 1.5                     *
  8.   *                                                                        *
  9.   *                   Program by Richard C. Leinecker                      *
  10.   *                                                                        *
  11.   **************************************************************************
  12.  
  13.  
  14.  
  15.  
  16. Introduction
  17.  
  18. This program was designed as an alternative to using PC Paintbrush and Deluxe
  19. Paint. One of the big drawbacks to using PC Paintbrush is that you have to
  20. reinstall the program every time you want to change video modes. Both PC
  21. Paintbrush and Deluxe Paint consume a great deal more memory than TurboPaint,
  22. too. That means that people with less memory can use TurboPaint and those who
  23. like to keep their TSRs resident don't need to reboot with a different
  24. configuration before using it. You also can run TurboPaint effectively without
  25. a mouse--try that with PC Paintbrush and Deluxe Paint. And PC Paintbrush
  26. doesn't offer support for Tandy 16-color mode which is about 25% of the
  27. market.
  28.  
  29.  
  30. Registering the Program
  31.  
  32. TurboPaint is shareware. That means that if you use it, you should register.
  33. The registration price is $20.00 which is very inexpensive considering what
  34. you'll get. The registered version of the program has many extra features like
  35. full expanded and extended memory support, stretch and rotate block functions,
  36. MacPaint and TIFF loading and saving, 640x480 in 256 color mode, and more.
  37. You'll also get a disk full of art, a disk full of clip art, and a disk full
  38. of fonts. With the disks comes a printed manual and free updates for 12
  39. months.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.                                     - i -
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Table of Contents
  65.  
  66. Files on Program Disk ................................................ 1
  67. Using a Joystick ..................................................... 1
  68. The KJDRIVER Driver .................................................. 1
  69. Non-compatible Mice .................................................. 1
  70. System Requirements .................................................. 2
  71. Running TurboPaint ................................................... 2
  72. Video Modes .......................................................... 2
  73. File Formats ......................................................... 3
  74. The Keyboard Driver .................................................. 3
  75. Selecting Colors and Tools ........................................... 4
  76. Lines ................................................................ 4
  77. Undo ................................................................. 5
  78. Rectangles ........................................................... 5
  79. Circles and Ellipses ................................................. 5
  80. Rays and Polygons .................................................... 6
  81. Filling .............................................................. 6
  82. Pixels ............................................................... 6
  83. The Airbrush ......................................................... 6
  84. Cut and Paste ........................................................ 7
  85. Loading Fonts ........................................................ 7
  86. Entering Text ........................................................ 8
  87. Zooming .............................................................. 8
  88. Shadows .............................................................. 9
  89. Inverting and Reversing Blocks ....................................... 9
  90. Setting the Palette .................................................. 9
  91. Mirror ............................................................... 9
  92. Cycle ................................................................ 9
  93. Print Options ........................................................10
  94. Customer Support .....................................................11
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.                                   - Page ii -
  121.  
  122.  
  123.  
  124.  
  125. FILES ON PROGRAM DISKS
  126.  
  127. RUNTIME FILES:
  128.     TPAINT.BAT
  129.     TP.EXE
  130.     SETMODE.COM
  131.     KJDRIVER.COM
  132.  
  133.  
  134.  
  135. If you're using a microsoft compatible mouse driver, you can (but don't need
  136. to) leave the file KJDRIVER.COM out. But that means you'll have to edit the
  137. TPAINT.BAT file and remove any reference to that file. Do this by deleting any
  138. line that says KJDRIVER. To edit the TPAINT.BAT file, use any text editor or
  139. word processor in ASCII (non-document) mode.
  140.  
  141. USING A JOYSTICK
  142.  
  143. You can use a joystick (in game port one) instead of a mouse or the keyboard.
  144. You'll have to edit the TPAINT.BAT file so that the program knows you want to
  145. use a joystick. After each line that says KJDRIVER add a J so that it says
  146. KJDRIVER J.
  147.  
  148. You may need to adjust your joystick so that it centers on the screen when you
  149. let it go. Some older Tandy joysticks may have difficulty getting enough
  150. adjustment so that they'll go to the extreme right of the screen.
  151.  
  152. THE KJDRIVER DRIVER
  153.  
  154.  
  155. The file KJDRIVER.COM is a replacement for interrupt 33, the normal mouse
  156. interrupt vector. If the program finds a mouse driver already installed, it
  157. won't install itself. That means that if you have a mouse driver installed but
  158. prefer to use the keyboard or a joystick, you'll first have to reboot without
  159. loading your mouse driver.
  160.  
  161. NON-COMPATIBLE MICE
  162.  
  163.  
  164. If your mouse is not completely Microsoft compatibile you might notice that
  165. the aspect ratio of your mouse if off. That means that the program draws in a
  166. different place than the mouse cursor appears. Most of the time this can be
  167. solved by editing TPAINT.BAT. After every line that says TP, add /M so that
  168. the line reads TP /M.
  169. Almost every mouse driver works just fine with TurboPaint. I've found, though,
  170. that Genius mice, some optical mice, and some very old mice will not work
  171. properly. In these cases you should use the keyboard driver or a joystick.
  172.  
  173.  
  174.  
  175.  
  176.                                 -  Page 1 -
  177.  
  178.  
  179.  
  180.  
  181. SYSTEM REQUIREMENTS
  182.  
  183. At least one floppy disk: any graphics monitor that supports Hercules, CGA,
  184. EGA, Tandy-16 color, or MCGA (VGA): a Microsoft-compatible mouse, joystick, or
  185. keyboard: about 400K for CGA; 420K for EGALOW, Hercules, and Tandy-16; 480K
  186. for EGAMED and MCGA; and 540K for EGAHIGH. Even if your system has the
  187. necessary memory, you might still get a message that says Not Enough Memory.
  188. That's because DOS takes up memory for itself out of what's available. You
  189. might also have one or more memory resident programs that are occupying some
  190. of the memory that TurboPaint needs.
  191. If you're having memory problems, you can disable the Spare Page feature by
  192. holding down the Left-Shift key while the program is loading.
  193.  
  194.  
  195. RUNNING TURBOPAINT
  196.  
  197. To run TurboPaint, first make sure that all of the files from the program disk
  198. are in the current directory (unless you've decided that you won't need some
  199. of the graphics drivers or KMOUSE.COM). It would be a good idea to create a
  200. separate directory for the TurboPaint files. For more information on creating
  201. subdirectories see your DOS manual.
  202. Start the program by typing TPAINT. You'll get a menu where you can pick the
  203. video mode you want. You can pass the video mode as a command line argument
  204. instead of using the menu. To do this, just type TPAINT VIDEOMODE where
  205. VIDEOMODE can be HERCULES, CGALOW, CGAHIGH, EGALOW, EGAMED, EGAHIGH, TANDY,
  206. MCGA, or VGA. Make sure that you don't delete the SETMODE line from the batch
  207. file or the SETMODE.COM file from the TurboPaint directory, even if you type
  208. the video mode on the command line when you run TurboPaint.
  209.  
  210.  
  211. VIDEO MODES
  212.  
  213. The video modes that TurboPaint supports are Hercules 720x348, CGA 4-color
  214. 320x200, CGA 2-color 640x200, EGA 16-color 320x200, EGA 16-color 640x200, EGA
  215. 16-color 640x350, Tandy 16-color 320x200, MCGA 256-color 320x200, and VGA
  216. 640x480.
  217.  
  218. It's possible that some older EGA cards will work in the lower two EGA
  219. resolutions and not the 640x350 EGA resolution. If you have a Hercules card
  220. and another graphics card installed simultaneously, you can't change video
  221. modes from one to the other while the program is running. You'll need to exit
  222. the program and restart it in the mode that you want to use. Systems that
  223. combine video equipment in nonstandard ways run an incompatiblity risk, too.
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.                                - Page 2 -
  233.  
  234.  
  235.  
  236.  
  237. FILE FORMATS
  238.  
  239. TurboPaint supports PCX, LBM (IFF), and GIF file formats. When loading PCX and
  240. IFF files, you get better results if you're in the same video mode as the
  241. picture file. You can set the picture type by selecting 'Pic Type' in the
  242. 'File' menu.
  243.  
  244. A word about compatibility is in order. Deluxe Paint II Enhanced supports PCX
  245. but it isn't completely compatible with the three varieties of PCX files. It
  246. may have trouble loading TurboPaint PCX files. Deluxe Paint II Enhanced
  247. creates Packed Bitmap LBM files that TurboPaint (or Deluxe Paint II) won't
  248. load. The converse is also true, Deluxe Paint II Enhanced will not load
  249. TurboPaint LBM files (or Deluxe Paint II files). Deluxe Paint II will usually
  250. load TurboPaint LBM files, but not always in the 256-color MCGA mode.
  251.  
  252. You may want to load a picture with larger or smaller dimensions than the mode
  253. you're in. There's an option that'll let you set the positioning of the
  254. picture. To do this select 'Place Pic' in the 'File' menu.
  255. You can also load the Palette and Image of a picture file separately. These
  256. two options can be found in the 'File' menu.
  257.  
  258. THE KEYBOARD DRIVER
  259.  
  260. The keyboard mouse driver is a direct replacement for Microsoft-compatible
  261. mouse drivers. It doesn't provide the complete gamut of mouse functions, but
  262. fills the bill for TurboPaint's needs.
  263. To move the mouse, press the cursor (arrow) keys. The driver is ballistic; the
  264. longer a key is pressed, the faster the mouse moves. If your keyboard has two
  265. right-arrow keys (one on the numeric keypad and one elsewhere) use the key on
  266. the numeric keypad. It performs better.
  267. The equivalent of the left mouse button is the 5 key on the numeric keypad. To
  268. press the left mouse button, press the 5 key. To unpress the left button,
  269. press the 5 key again. It's not as easy to use as a real mouse because you
  270. have to remember to unpress the button. If the keyboard mouse driver doesn't
  271. seem to work correctly, try pressing the 5 key.
  272. The Delete key is equivalent to the right mouse button. It also needs to be
  273. unpressed just as the 5 key or keyboard left mouse button.
  274. If you're in the drawing window and press the Tab key, the mouse pointer will
  275. jump over to the toolbox. Another press of the Tab key and the mouse pointer
  276. will be back where it was.
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.                                  - Page 3 -
  287.  
  288.  
  289.  
  290.  
  291. SELECTING COLORS AND TOOLS
  292.  
  293.  
  294. When the program first runs, you'll see a rectangle to the right side of the
  295. screen that contains icons and rectangles with the drawing colors. These are
  296. called the tool selector and the color palette and are used to select the
  297. drawing tool and color.
  298. To select a drawing tool, point to the desired tool and click the left mouse
  299. button. It will be highlighted so that you can see the currently selected
  300. tool.
  301. To select a drawing color, point to the desired color and click the left mouse
  302. button. You'll see a wide border around the currently selected drawing color.
  303. If you're in MCGA mode, only 16 colors are displayed but you can scroll
  304. through all 256 colors. Do this by clicking the right mouse button on either
  305. the right or the left side of the color palette. Clicking on the right side
  306. moves to the right through the palette; clicking on the left moves to the left
  307. through the palette.
  308. You can move the toolbox to the left side or remove it completely if you find
  309. this more convenient. To move or remove the tools, choose the 'Desk' pulldown
  310. menu and select the appropriate entry for the desired action. The F10 key will
  311. turn the menus and toolbox on and off, too.
  312.  
  313. LINES
  314.  
  315. To draw lines, first select the tool at the top left corner of the tool
  316. selector. Once it's selected and you can see that it's highlighted, you're
  317. ready to draw lines.
  318. Begin by pointing the mouse at the starting point of your intended line and
  319. pressing the left mouse button. Make sure that you keep the left button
  320. pressed while you are drawing the line.
  321. Now, with the left button still pressed, move the mouse pointer to where you
  322. want the line to end. Release the left mouse button and your line becomes part
  323. of the picture.
  324. Choose the 'Set' pulldown to find the two line options. To set the line width,
  325. select the menu entry labeled 'Line Width.' A dialog box will appear that
  326. displays the current line width. To increase the width of the line, click the
  327. left button on the line. To decrease it, click the right button on the line.
  328. The maximum width is eight and if you exceed this amount, the program will
  329. return to a width of one. If you decrease the line width past one, the program
  330. will set the line width to eight.
  331. To set the line pattern, choose the entry in the 'Set' pulldown labeled 'Line
  332. Style.' A Dialog box will appear with eight line patterns. To choose one of
  333. these, click the left mouse button on it. The line style affects all line and
  334. rectangle operations except the free-hand drawing tool.
  335. You can redefine any of the line patterns. Just click the right mouse button
  336. on the pattern you want to change. A new dialog box will superimpose itself of
  337. the previous box. Line definitions are composed of sixteen bits. To toggle any
  338. of the sixteen bits, just click on it with the left mouse button. Now press
  339. Return or click on Ok to return to the Line Style dialog.
  340. You can reset the program defaults by deleting the file PREFS.
  341.  
  342.                                     - Page 4 -
  343.  
  344.  
  345.  
  346.  
  347. UNDO
  348.  
  349. If you make a mistake while drawing, you can usually undo it, if you haven't
  350. done anything else. Undo your mistake by pressing Escape, selecting the
  351. 'Undo' entry in the 'Extra' pulldown menu, or clicking on the UNDO tool.
  352.  
  353.  
  354. RECTANGLES
  355.  
  356. Drawing filled and unfilled rectangles follows a procedure similar to drawing
  357. lines. With the appropriate tool selected, move the mouse pointer to either
  358. the upper left or the lower right corner of the rectangle. While holding the
  359. left mouse button down, move the mouse pointer to where the opposite corner of
  360. the rectangle should be. Release the left mouse button to complete the
  361. rectangle.
  362. If you're drawing with a filled rectangle, you may want to change the fill
  363. pattern. To do this, choose the 'Set' pulldown and select the 'Fill Style'
  364. entry. A dialog box will appear with eight choices. Choose one by clicking on
  365. it with the left mouse button. The fill pattern will apply to all filled
  366. tools.
  367. You can redefine any of the fill styles. Just click the right button on the
  368. one you want to change and another dialog box will appear on top of the Fill
  369. Style box. Toggle the bits of the pattern by clicking the left mouse button on
  370. them. When you are done, press Return or click on Ok.
  371. For any of the filled shapes (filled rectangles, filled circles, or filled
  372. ellipses) you can set several border options. The first choice is whether or
  373. not to have borders. The second choice is whether the border will be the
  374. currently selected line style or a plain solid pattern. You can set these
  375. options with the 'Borders' entry in the 'Set' menu.
  376.  
  377. CIRCLES and ELLIPSES
  378.  
  379. To draw a circle or an ellipse, first point to the center of the figure you
  380. want to draw, then press the left mouse button and stretch the shape to the
  381. desired dimension. Moving the mouse in the X and Y directions will stretch the
  382. ellipse in that dimension. Circles will remain perfectly round regardless of
  383. the position of the mouse pointer.
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.                                 - Page 5 -
  398.  
  399.  
  400.  
  401.  
  402. RAYS AND POLYGONS
  403.  
  404. To draw a set of rays, position the mouse at the origin. Hold down the left
  405. mouse button and move the pointer to the end of the first ray. Keeping the
  406. left button pressed, press the right button to place this ray in the picture.
  407. Now move to the endpoint of the next ray and click the right mouse button. Do
  408. this until all of the rays have been drawn then release the left mouse button.
  409. Drawing polygons is similar to drawing rays. Position the cursor, press the
  410. left mouse button, and move to the first vertex. Click the right mouse button
  411. while pressing the left button. Move to each vertex and press the right
  412. button.
  413.  
  414. FILLING
  415.  
  416. To use the fill tool, position the mouse pointer at the position where you
  417. want to fill. It will continue filling the screen until it meets the selected
  418. fill color. If you try to fill a shape that is not completely closed, the fill
  419. will bleed outside of the destination shape.
  420.  
  421. PIXELS
  422.  
  423. There are two tools for drawing pixels. The second tool in the first column of
  424. the toolbox draws a single pixel. The third tool in the first column draws a
  425. set of pixels.
  426. To draw a single pixel, select the single pixel tool, position the mouse
  427. pointer, and click the left button.
  428. To draw a set of pixels, select the free-hand drawing tool, and position the
  429. mouse pointer. Hold the left button down as you move the mouse pointer
  430. wherever you want to draw. When you are done, release the left mouse button.
  431.  
  432. THE AIRBRUSH
  433.  
  434. The airbrush tool allows you to blend colors and soften edges. To use this
  435. tool, select the airbrush icon in the tool selector. Position the mouse cursor
  436. and hold down the left mouse button. The slower you move the brush, the
  437. thicker the texture appears.
  438. You can change the airbrush attributes. To do this, choose the 'Set' pulldown
  439. and select the 'Airbrush' entry. A dialog box will appear that will let you
  440. set the airbrush size and flow.
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.                                  - Page 6 -
  449.  
  450.  
  451.  
  452.  
  453. CUT AND PASTE
  454.  
  455. To cut a block, select the scissor tool icon. Position the mouse pointer at
  456. the upper left corner of the rectangle that you want to cut. Hold the left
  457. mouse button down and drag the box until the image you want to capture is
  458. framed by the rectangle. Release the left mouse button and it will be copied
  459. into the clipboard buffer.
  460. There are two options when you cut from the screen. You can copy from the
  461. screen (leaving the screen intact) or you can cut from the screen (removing
  462. the rectangle and the background from the screen). To change options, choose
  463. the 'Set' pulldown and select the 'Block' entry. If you have 'Copy only'set to
  464. yes, the screen won't change when you cut. If it's set to no,the portion of
  465. the screen that you cut will be removed.
  466. To save a block to disk, choose the 'Extra' pulldown and select the 'Save
  467. Block' entry. Enter the filename and the program will save the block to disk.
  468. The blocks aren't compatible with any other formats. You can't use blocks from
  469. different video modes either.
  470. Once a section has been cut or loaded from disk, it can be pasted on the
  471. screen. Select the paste tool icon and position the cursor. Pressing the left
  472. mouse button will cause the tools to disappear. As long as you hold the left
  473. mouse button down, you can move the block. To place it in the picture, release
  474. the left mouse button.
  475. There is a memory restriction in EGAHIGH. At runtime the program allocates the
  476. remaining memory for the clipboard buffer. The block you can cut is directly
  477. related to the amount of memory the program finds.
  478.  
  479. LOADING FONTS
  480.  
  481. You can load any GEM font. To do this, choose the 'Extra' pulldown and select
  482. the 'Load Font' entry. Highlight the font you want to load in the file
  483. selector. The system font is resident when TurboPaint runs. Remember that
  484. loading fonts uses memory. You can't load an unlimited number of fonts. If
  485. your system is close to the memory limit, other operations might be affected
  486. if you load too many fonts.
  487. To set the font that you will use, choose the 'Set' pulldown and select the
  488. 'Text' entry. To cycle through the loaded fonts, click the left mouse button
  489. inside of the text box. You can select different styles of each font by
  490. clicking the right mouse button in the text box.
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.                                  - Page 7 -
  503.  
  504.  
  505.  
  506.  
  507. ENTERING TEXT
  508.  
  509. To put text in your picture, select the text tool icon. Position the mouse
  510. pointer and click the left button. The tools will then disappear. There are
  511. two ways that you can enter text, free form or formatted.
  512. To enter text in a free form manner, simply type the text. You can move the
  513. mouse anywhere on the screen and the text will follow. This method is good if
  514. you're trying to fit text into a picture.
  515. If you want to enter multiple lines of text, it's better to press the left
  516. mouse button once more where you want the text to start. The mouse will
  517. disappear and a text-type cursor will appear. Type your text and press Enter
  518. at the end of each line. The cursor will then go to the beginning of the next
  519. text line, ready for you to type it in. When you're finished typing, you can
  520. move the text anywhere on the screen. Click the left mouse button to place the
  521. text. Click the right mouse button to exit from text entry.
  522.  
  523. ZOOM
  524.  
  525. You can magnify by choosing the 'Extra' pulldown and then selecting the
  526. desired magnification factor, or you can press F1-F4. F1 gives you the
  527. greatest magnification and F4 the least.
  528. After you've selected one of the magnification factors, the tools will
  529. disappear and you'll see a rectangle appear on the screen. Position the
  530. rectangle so that it frames the region you want to magnify. Then click the
  531. left mouse button.
  532. At the far left side of the screen you'll see the chosen section of the
  533. picture in the actual size and to the right of that you'll see the magnified
  534. version. To draw, just click inside of the rectangle that contains the
  535. magnified version. You can pick different colors at the far right side of the
  536. screen. If you're drawing in MCGA mode, you can use the right mouse button to
  537. scroll through all 256 colors.
  538. To quit and go back to the full screen, press the right mouse button. The
  539. escape key will undo any drawing while you're in magnify mode.
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.                                  - Page 8 -
  557.  
  558.  
  559.  
  560.  
  561. SHADOWS
  562.  
  563. You can shadow many of the drawing functions. Do this by choosing the 'Set'
  564. pulldown and selecting the 'Shadow' entry. There is a color selector that lets
  565. you set the shadow color. The grid of nine squares is where you set the
  566. relative position for the shadow. The numbers (1-4) let you set the distance
  567. of the shadow from the original shape. Finally, you can turn the shadow on or
  568. off. The shadow attribute works with lines, rectangles, squares, circles, and
  569. ellipses.
  570.  
  571. INVERTING AND REVERSING BLOCKS
  572.  
  573. If you have a block in the clipboard, you can invert it vertically or reverse
  574. it horizontally. Choose the 'Extra' pulldown and select the 'Invert Block' or
  575. the 'Reverse Block' entries. The screen will blank, then the image will be
  576. pasted on the screen, and you'll see the image being transformed. Once the
  577. procedure is finished, the screen will be restored and the new image will be
  578. in the clipboard. Select the paste tool to place the block on the screen.
  579.  
  580. SETTING THE PALETTE
  581.  
  582. You can set the color palette if you're in an EGA, Tandy, or MCGA mode. Choose
  583. the 'Set' pulldown and select the 'Colors' entry. Hold down the left mouse
  584. button and move the slider bars to the desired setting, or click on the arrows
  585. to incrementally change the value.
  586.  
  587. MIRROR
  588.  
  589. You can cause TurboPaint to mirror all of your drawing in vertical,horizontal,
  590. or both vertical and horizontal directions. To do this, choose the 'Set'
  591. pulldown and select the 'Mirror' entry. You can set vertical, horizontal, or
  592. both. Most drawing operations will then be mirrored in the specified
  593. direction(s).
  594.  
  595. CYCLE
  596.  
  597. In EGA, Tandy, or MCGA modes you can rotate the palette and watch the effect.
  598. Just select 'Cycle' from the 'Extra' menu to toggle this feature on and off.
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.                                 - Page 9 -
  610.  
  611.  
  612.  
  613.  
  614. SPARE PAGE
  615.  
  616. TurboPaint gives you two separate pages. This really helps when you're cutting
  617. from one picture and pasting to another. You can change from one page to the
  618. other by pressing J or selecting 'Swap Page' in the 'Set' menu. All load and
  619. save operations involve the currently active page.
  620.  
  621. PRINT OPTIONS
  622.  
  623. The first thing you'll have to do before you print a picture is load a printer
  624. driver. Do this by selecting 'Load Printer' on the 'File' menu. A dialog box
  625. will appear. Scroll the the selections by clicking the left mouse button on
  626. the arrows to the right of the printer names. you can page through them by
  627. clicking inside the rectangle between those two arrows. To select a printer
  628. click the left mouse button twice on the one you want.
  629. You can print your picture with a lanscape or portrait orientation. Do this by
  630. selecting 'Orient Print' on the 'File' menu.
  631. You can set the printer port by selecting 'Printer Port' on the 'File' menu.
  632. You can print the picture normally or in inverse. To set this select 'Invert
  633. Print' on the 'File' menu. Normal will give you a white background and inverse
  634. will give you a black background.
  635. You'll have to experiment with the picture scaling. For most printers the
  636. default scaling is too small. To set the scaling select 'Print Scale' from the
  637. 'File' menu. To change the scaling hold down the left mouse button on the
  638. rectangle inside of the dialog box. While holding down the left mouse button
  639. drag the box to the size you want and let you of the left mouse button. When
  640. you're done press Return or click on Ok.
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.                                  - Page 10 - 
  665.  
  666.  
  667.  
  668.  
  669. CUSTOMER SUPPORT
  670.  
  671. You can ask questions by leaving messages on GEnie addressed to R.LEINECKER or
  672. on CompuServe to user ID 74676,457. You can also write me with your questions.
  673. I'll reply in a week or less of receiving your question as long as you're a
  674. registered user.
  675. If you have ideas for an upgrade, send those too. I'd like the program to be
  676. as good as possible.
  677. Site licenses are available. Just write with the specifications and I'll get
  678. right back to you.
  679. If you have a question or a comment that's urgent you can reach me at home at
  680. 919-342-9299. Please call between 6-10 PM EST on weekdays or between 8AM-8PM
  681. EST on weekends.
  682. Send inquiries and to: Richard C. Leinecker, P.O. Box 2567, Reidsville, NC
  683. 27323-2567.
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.                                     - Page 11 -
  723.  
  724.  
  725.